Overlay: Document style classes added per position
authorDaniel Boles <dboles@src.gnome.org>
Wed, 20 Sep 2017 16:34:43 +0000 (17:34 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Wed, 20 Sep 2017 18:19:25 +0000 (19:19 +0100)
gtk/gtkoverlay.c

index a097a0f5955197ba77de415e3103a12091986bd1..355ad9f0fcdeb8a14f32b5047fef1a9a0e985f77 100644 (file)
  * The GtkOverlay implementation of the GtkBuildable interface
  * supports placing a child as an overlay by specifying “overlay” as
  * the “type” attribute of a `<child>` element.
+ *
+ * # CSS nodes
+ *
+ * GtkOverlay has a single CSS node with the name “overlay”. Overlay children
+ * whose alignments cause them to be positioned at an edge get the style classes
+ * “.left”, “.right”, “.top”, and/or “.bottom” according to their position.
  */
 
 struct _GtkOverlayPrivate